added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / CSSqlAzurePartitioning / WebRole1 / Styles / Site.css
blobb25d07c40abd5af423916608b4fdc5a10cb811f5
1 /* DEFAULTS
2 ----------------------------------------------------------*/
4 body
6 background: #b6b7bc;
7 font-size: .80em;
8 font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
9 margin: 0px;
10 padding: 0px;
11 color: #696969;
14 a:link, a:visited
16 color: #034af3;
19 a:hover
21 color: #1d60ff;
22 text-decoration: none;
25 a:active
27 color: #034af3;
32 margin-bottom: 10px;
33 line-height: 1.6em;
37 /* HEADINGS
38 ----------------------------------------------------------*/
40 h1, h2, h3, h4, h5, h6
42 font-size: 1.5em;
43 color: #666666;
44 font-variant: small-caps;
45 text-transform: none;
46 font-weight: 200;
47 margin-bottom: 0px;
52 font-size: 1.6em;
53 padding-bottom: 0px;
54 margin-bottom: 0px;
59 font-size: 1.5em;
60 font-weight: 600;
65 font-size: 1.2em;
70 font-size: 1.1em;
73 h5, h6
75 font-size: 1em;
78 /* this rule styles <h1> and <h2> tags that are the
79 first child of the left and right table columns */
80 .rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
82 margin-top: 0px;
86 /* PRIMARY LAYOUT ELEMENTS
87 ----------------------------------------------------------*/
89 .page
91 width: 960px;
92 background-color: #fff;
93 margin: 20px auto 0px auto;
94 border: 1px solid #496077;
97 .header
99 position: relative;
100 margin: 0px;
101 padding: 0px;
102 background: #4b6c9e;
103 width: 100%;
106 .header h1
108 font-weight: 700;
109 margin: 0px;
110 padding: 0px 0px 0px 20px;
111 color: #f9f9f9;
112 border: none;
113 line-height: 2em;
114 font-size: 2em;
117 .main
119 padding: 0px 12px;
120 margin: 12px 8px 8px 8px;
121 min-height: 420px;
124 .leftCol
126 padding: 6px 0px;
127 margin: 12px 8px 8px 8px;
128 width: 200px;
129 min-height: 200px;
132 .footer
134 color: #4e5766;
135 padding: 8px 0px 0px 0px;
136 margin: 0px auto;
137 text-align: center;
138 line-height: normal;
142 /* TAB MENU
143 ----------------------------------------------------------*/
145 div.hideSkiplink
147 background-color:#3a4f63;
148 width:100%;
151 div.menu
153 padding: 4px 0px 4px 8px;
156 div.menu ul
158 list-style: none;
159 margin: 0px;
160 padding: 0px;
161 width: auto;
164 div.menu ul li a, div.menu ul li a:visited
166 background-color: #465c71;
167 border: 1px #4e667d solid;
168 color: #dde4ec;
169 display: block;
170 line-height: 1.35em;
171 padding: 4px 20px;
172 text-decoration: none;
173 white-space: nowrap;
176 div.menu ul li a:hover
178 background-color: #bfcbd6;
179 color: #465c71;
180 text-decoration: none;
183 div.menu ul li a:active
185 background-color: #465c71;
186 color: #cfdbe6;
187 text-decoration: none;
190 /* FORM ELEMENTS
191 ----------------------------------------------------------*/
193 fieldset
195 margin: 1em 0px;
196 padding: 1em;
197 border: 1px solid #ccc;
200 fieldset p
202 margin: 2px 12px 10px 10px;
205 fieldset.login label, fieldset.register label, fieldset.changePassword label
207 display: block;
210 fieldset label.inline
212 display: inline;
215 legend
217 font-size: 1.1em;
218 font-weight: 600;
219 padding: 2px 4px 8px 4px;
222 input.textEntry
224 width: 320px;
225 border: 1px solid #ccc;
228 input.passwordEntry
230 width: 320px;
231 border: 1px solid #ccc;
234 div.accountInfo
236 width: 42%;
239 /* MISC
240 ----------------------------------------------------------*/
242 .clear
244 clear: both;
247 .title
249 display: block;
250 float: left;
251 text-align: left;
252 width: auto;
255 .loginDisplay
257 font-size: 1.1em;
258 display: block;
259 text-align: right;
260 padding: 10px;
261 color: White;
264 .loginDisplay a:link
266 color: white;
269 .loginDisplay a:visited
271 color: white;
274 .loginDisplay a:hover
276 color: white;
279 .failureNotification
281 font-size: 1.2em;
282 color: Red;
285 .bold
287 font-weight: bold;
290 .submitButton
292 text-align: right;
293 padding-right: 10px;